projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbaf7c2
)
(read-news): Define as alias for gnus.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Jan 1996 06:41:37 +0000
(06:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Jan 1996 06:41:37 +0000
(06:41 +0000)
lisp/gnus.el
patch
|
blob
|
history
diff --git
a/lisp/gnus.el
b/lisp/gnus.el
index e7506466f3832d5268360b60af6d246e14ff2857..ee9e648b7c1a8b962a85edaf5b3d8647536e86f6 100644
(file)
--- a/
lisp/gnus.el
+++ b/
lisp/gnus.el
@@
-3281,6
+3281,11
@@
As opposed to `gnus', this command will not connect to the local server."
(gnus (or arg (1- gnus-level-default-subscribed)) t)
(setq gnus-tmp-prev-perm perm)))
+;;;###autoload
+(defun read-news (&optional arg dont-connect)
+ "Read network news. This is an alias for the `gnus' command."
+ (gnus arg dont-connect))
+
;;;###autoload
(defun gnus (&optional arg dont-connect)
"Read network news.